home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / wtfor058.arc / WAITFOR.REF < prev   
Text File  |  1990-10-05  |  3KB  |  65 lines

  1.                                Waitfor Option Summary
  2.  
  3.      Option         Action                                       Errorlevel
  4.      -------   -----------------------------------------------   ----------
  5.      -Dn       Sleep for 'n' 100ths seconds when idle.                *
  6.  
  7.      -Tn       Wait for 'n' seconds.                                  40
  8.  
  9.      -!        Wait for multiple exit conditions to be                *
  10.                met before exiting.
  11.  
  12.      -&        Wait for multiple exit conditions to be                *
  13.                met before exiting, all conditions must be
  14.                true at the time of exit.
  15.  
  16.      -Fn       Do not exit until there is at least 'n'                **
  17.                (in K) free memory.
  18.  
  19.      -Ahh:mm:ss Wait until the time specified as 'hh:mm:ss'.          1
  20.  
  21.      -Ename    Wait for the file 'name' to exist.                     10
  22.  
  23.      -Nname    Wait for the file 'name' to not exist.                 11
  24.  
  25.      -K        Kill the file(s) specified the -e option when found.   *
  26.  
  27.      -C        Create the file specified by the -n option if it       *
  28.                does not exist.
  29.  
  30.      -Rn       Specify retry count for -e and -k options.             *
  31.  
  32.      -q        Suppress copyright display.                            *
  33.  
  34.      -MEname   Wait for the mailbox 'name' to exist.                  20
  35.  
  36.      -MNname   Wait for the mailbox 'name' to not exist.              21
  37.  
  38.      -MK       Kill the mailbox specified by the -me option           *
  39.                when found.
  40.  
  41.      -MC       Create the mailbox specified by the -mn option         *
  42.                if it does not exist.
  43.  
  44.      -MMname   Create a mailbox named 'name', unconditional.          *
  45.  
  46.      -MDname   Destroy a mailbox named 'name', unconditional.         *
  47.  
  48.      -WEspec   Wait until the wildcard 'spec' exists.                 30
  49.  
  50.      -WNspec   Wait until the wildcard 'spec' does not exist.         31
  51.  
  52.      -XAn      Test for 'n' available memory.                         35 = yes
  53.                                                                       36 = no
  54.  
  55.      -XFname   Test file 'name' for existence.                        15 = yes
  56.                                                                       16 = no
  57.  
  58.      -XMname   Test mailbox 'name' for existence.                     25 = yes
  59.                                                                       26 = no
  60.  
  61.       *   Errorlevel will be that of the last condition that became true.
  62.  
  63.       **  When used with other options the other options'
  64.           errorlevel will be used, or 0 if -f is the only option.
  65.